home *** CD-ROM | disk | FTP | other *** search
-
- Examples Doc:
-
- The examples are:
-
- - netdump.rexx
- - bomon.rexx
-
- NetDump
- It is a very simple packet dump (was too lazy to write a cute packet parser).
- It's job is the same of miamitcpdump.
- Template: DEVICE,FILTER/M
- DEVICE: the device to listen to ("suitable one" if none)
- FILTER: list of filter ala miamitcpdump:
- - the firts is a general filter for the packets
- - the other are filter created and applied on every packet
- if a packet matches the filter, the number of the filter is
- written at the beginning of th4e output string
-
- BoMon
- Hehe so many fool lamer always doing sweep for in BackOrifice.
- This macro just filters udp connection on port 31337 and
- SysLog() it.
-